<!DOCTYPE html>
<html>

<head>
	<meta charset="utf-8" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta content="telephone=no" name="format-detection">
	<meta name="referrer" content="no-referrer">
	<meta name="viewport"
		content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
	<title>浙江锦凯智塑科技有限公司</title>
	<link rel="stylesheet" type="text/css" href="css/public.css" />
	<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon">
	<link rel="stylesheet" type="text/css" href="css/jquery.bxslider.css" />
	<link rel="stylesheet" type="text/css" href="css/style.css?v=0.3" />
	<link rel="stylesheet" type="text/css" href="css/footer.css" />
	<script type="text/javascript" src="js/jquery1.11.3.min.js"></script>
	<script type="text/javascript" src="js/jquery.bxslider.min.js"></script>
	<script type="text/javascript" src="js/index.js"></script>
	<link rel="stylesheet" href="css/swiper.min.css">
	<script src="js/swiper.min.js"></script>
	<script src="js/swiper_honor.js"></script>
	<script src="js/scroll-nav.js"></script>

	<!-- 懒加载样式 -->
	<style>
		/* 懒加载占位符样式 */
		.lazy-load {
			background-color: #f5f5f5;
			position: relative;
			overflow: hidden;
		}

		.lazy-load::before {
			content: '';
			position: absolute;
			top: 0;
			left: -100%;
			width: 100%;
			height: 100%;
			background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
			animation: lazy-loading 1.5s infinite;
		}

		@keyframes lazy-loading {
			0% {
				left: -100%;
			}

			100% {
				left: 100%;
			}
		}

		.lazy-loaded {
			animation: lazy-fade-in 0.3s ease-in-out;
		}

		@keyframes lazy-fade-in {
			from {
				opacity: 0;
			}

			to {
				opacity: 1;
			}
		}
	</style>

	<style>
		/* 视频容器基础样式 */
		.video-bg-circle {
			position: absolute;
			width: 500px;
			height: 500px;
			/* padding-top: 100%; */
			/* 1:1 宽高比 */
			border-radius: 50%;
			background-color: #e6e6e9;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			z-index: 0;
		}

		.video-circle {
			position: relative;
			width: 450px;
			height: 450px;

			border-radius: 50%;
			object-fit: cover;
			display: block;
			cursor: pointer;
			z-index: 2;
		}

		.video-overlay {
			position: absolute;
			width: 90%;
			height: 90%;
			max-width: 450px;
			max-height: 450px;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			border-radius: 50%;
			background-color: rgba(0, 0, 0, 0.05);
			z-index: 1;
			filter: blur(5px);
		}

		/* 移动端适配 */
		@media screen and (max-width: 768px) {
			.video-bg-circle {
				width: 280px;
				height: 280px;
				padding-top: 0;
			}

			.video-circle,
			.video-overlay {
				width: 250px !important;
				height: 250px !important;
				max-width: 250px;
				max-height: 250px;
			}
		}

		/* 平板设备适配 */
		@media screen and (min-width: 769px) and (max-width: 1024px) {

			.video-circle,
			.video-overlay {
				width: 400px !important;
				height: 400px !important;
				max-width: 400px;
				max-height: 400px;
			}

			.video-bg-circle {
				width: 420px;
				height: 420px;
				padding-top: 0;
			}
		}

		/* 移动端响应式样式 - 优化版 */
		@media screen and (max-width: 768px) {
			.homeSp {
				padding: 20px 0 !important;
			}

			#about .wrap {
				height: auto !important;
				display: flex;
				flex-direction: column;
				padding: 0 15px;
			}

			.left-part {
				width: 100% !important;
				padding: 0 5px;
				margin-bottom: 30px;
				order: 2;
			}

			.left-part h3 {
				font-size: 22px;
				margin-bottom: 15px;
				text-align: center;
			}

			.lt-text p {
				font-size: 15px !important;
				line-height: 1.8 !important;
				margin-bottom: 15px !important;
			}

			.lt-text ul {
				padding-left: 10px !important;
			}

			.lt-text li {
				margin-bottom: 12px !important;
				padding-left: 28px !important;
			}

			.lt-text li img {
				width: 18px !important;
				height: 18px !important;
				top: 3px !important;
			}

			.video-container {
				order: 1;
				width: 100% !important;
				max-width: 280px;
				margin: 0 auto 30px !important;
				position: relative;
			}

			.video-container>div:first-child {
				width: 100% !important;
				padding-top: 100%;
				position: relative;
			}

			.video-container video,
			.video-container>div:first-child>div:first-child,
			.video-container>div:first-child>div:last-child {
				position: absolute;
				top: 0;
				left: 0;
				width: 100% !important;
				height: 100% !important;
				max-width: 100%;
				max-height: 100%;
				transform: none;
			}

			.video-container>div:first-child>div:first-child {
				background-color: #f0f0f0;
			}

			.video-container>div:first-child>div:last-child {
				background-color: rgba(0, 0, 0, 0.03);
				filter: blur(3px);
			}

			.video-container>div:nth-child(n+2) {
				display: none;
			}

			#playButton {
				width: 50px !important;
				height: 50px !important;
			}

			#playButton svg {
				width: 24px;
				height: 24px;
			}
		}


		/* 平板设备适配 */
		@media screen and (min-width: 769px) and (max-width: 1024px) {
			.left-part {
				width: 50% !important;
				padding-right: 20px;
			}

			.video-container {
				margin-left: 30px !important;
			}

			.video-container>div:first-child>div:first-child,
			.video-container>div:first-child>video,
			.video-container>div:first-child>div:last-child {
				width: 400px !important;
				height: 400px !important;
			}
		}

		/* 联系信息栏样式 */
		.contact-bar {
			background-color: rgb(232, 143, 47);
			border-bottom: 1px solid #eee;
			padding: 8px 0;
			font-size: 14px;
			position: relative;
			z-index: 1000;
			line-height: 1.5;
		}

		.contact-info {
			text-align: right;

		}

		.contact-info span {
			margin-left: 20px;
			color: #222222;
		}

		.contact-info i {
			margin-right: 5px;
			color: #999;
		}

		/* 
		#about .title {
			padding-top: 140px;
			margin-bottom: 36px;
			color: var(--Text-5, #303133);
			font-size: 48px;
			font-style: normal;
			font-weight: 700;
			line-height: normal;
		}

		#about span {
			color: #f8f6ee;
			font-size: 48px;
			font-style: normal;
			font-weight: 700;
			line-height: normal;
		}

		#about .line {
			background: #303133;
			width: 72px;
			height: 3px;
		}

		#about .content {
			margin-top: 56px;
			margin-bottom: 100px;
			color: #000;
			font-size: 22px;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
		} */

		#about .wrap {
			display: flex;

			.left-part {
				width: 55%;

				h3 {
					font-size: 38px;
					font-weight: bold;
					color: #333;
				}

				.lt-text {
					width: 100%;
					margin-top: 24px;

					p {
						font-size: 16px;
						max-width: 650px;

						line-height: 1.8;
					}

					ul {
						list-style-type: disc;
						padding-top: 60px;

						li {
							list-style: none;
							width: 44%;
							float: left;
							position: relative;
							padding-left: 30px;
							padding-right: 10px;
							padding-bottom: 20px;

							p {
								font-size: 16px;
								font-weight: bold;
								line-height: 21px;
								color: #333;

								img {
									position: absolute;
									left: 0px;
									top: 0px;
								}
							}

						}
					}
				}
			}
		}
	</style>
</head>

<body>
	<!--top-->
	<div id="top">

		<div class="wrap clearfloat">
			<div class="logo"><a href="index.html"><img class="lazy-load"
						data-src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/ae1dcc5a8114420057359992_1768789031323.png"
						src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 80'%3E%3Crect width='200' height='80' fill='%23f5f5f5'/%3E%3C/svg%3E"
						alt="锦凯智塑" /></a>
				<!-- src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/ae1dcc5a8114420057359992_1768789031323.png" /></a> -->
			</div>
			<div id="nav">
				<ul class="clearfloat menu-wrapper">
					<li class="active">
						<a href="index.html">首页</a>
					</li>
					<li>
						<a href="about.html">关于我们</a>
					</li>
					<li>
						<a href="product.html">生产工艺</a>
					</li>
					<li>
						<a href="show.html">产品展示 </a>
					</li>
					<li>
						<a href="news.html">新闻中心</a>
					</li>
					<li>
						<a href="hr.html">人力资源</a>
					</li>
					<li>
						<a href="sample.html">咨询建议</a>
					</li>
					<li>
						<a href="contact.html">联系我们</a>
					</li>
				</ul>
			</div>
			<!-- <div class="language"><a href="https://jkaiplastic.com/">EN</a></div> -->
			<div class="language"><a href="https://jkaiplastic.com/">English</a></div>
		</div>

		<div class="muen">
			<span class="muenX"></span>
			<span class="muenY"></span>
			<span class="muenZ"></span>
		</div>


	</div>
	<!--/top-->

	<!--main-->
	<div class="main">
		<div style="  width: 100%;">
			<div class="banner">
				<ul class="slider1"></ul>
			</div>
		</div>
		<style>
			/* 移动端适配 */
			@media screen and (max-width: 768px) {
				.stats-container {
					display: grid !important;
					grid-template-columns: 1fr 1fr;
					gap: 15px;
					padding: 0 10px;
				}

				.stat-card {
					width: 100% !important;
					margin: 0 !important;
					padding: 15px 5px !important;
				}

				.stat-number {
					font-size: 22px !important;
				}

				.stat-text {
					font-size: 13px !important;
				}

				.stat-card img {
					width: 35px !important;
				}
			}
		</style>

		<!-- 数字介绍 -->
		<div class="stats-section">
			<div class="wrap stats-bg">
				<div class="stats-container animate-element">
					<div class="stat-card" data-value="223" data-suffix="亩">
						<!-- <img src="https://image.cdn.ishopastro.com/eyJidWNrZXQiOiJwcm9kLW1lZGlhLW15c2hvcGFzdHJvLWNvbSIsImtleSI6Ijc5OTg3NjY0OTAyNDMxOS9tZWRpYS9pbWFnZS9lZTVkMTVhZDEyMDI2NTM2MDc5NzAyNTIucG5nIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjozMDB9LCJyb3RhdGUiOm51bGx9fQ==?w=300"
							alt="" style="width: 53px;margin-bottom: 4px;"> -->
						<div class="stat-item animate-element">
							<span class="stat-number">0</span>
							<span class="stat-text">公司占地223亩</span>
						</div>
					</div>
					<div class="stat-card" data-value="15" data-suffix="亿">
						<!-- <img src="https://image.cdn.ishopastro.com/eyJidWNrZXQiOiJwcm9kLW1lZGlhLW15c2hvcGFzdHJvLWNvbSIsImtleSI6Ijc5OTg3NjY0OTAyNDMxOS9tZWRpYS9pbWFnZS8yMDQxOWQ5ZDEyMDE0ODMwOTUxNTk5OTMucG5nIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjozMDB9LCJyb3RhdGUiOm51bGx9fQ==?w=300"
							alt="" style="width: 53px;margin-bottom: 4px;"> -->
						<div class="stat-item animate-element">
							<span class="stat-number">0</span>
							<span class="stat-text">集团投资15亿</span>
						</div>
					</div>
					<div class="stat-card" data-value="60" data-suffix="亿套">
						<!-- <img src="https://image.cdn.ishopastro.com/eyJidWNrZXQiOiJwcm9kLW1lZGlhLW15c2hvcGFzdHJvLWNvbSIsImtleSI6Ijc5OTg3NjY0OTAyNDMxOS9tZWRpYS9pbWFnZS8zMzJkMWVhYzEyMDI2NTM2MDc5NzAyMzVfbWVudS5wbmciLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjMwMH0sInJvdGF0ZSI6bnVsbH19?w=300"
							alt="" style="width: 53px;margin-bottom: 4px;"> -->
						<div class="stat-item animate-element">
							<span class="stat-number">0</span>
							<span class="stat-text"
								style="font-size: 16px; color: #666; margin-bottom: 0;">年产能60亿套</span>
						</div>
					</div>
					<div class="stat-card" data-value="94" data-suffix="%">
						<!-- <img src="https://image.cdn.ishopastro.com/eyJidWNrZXQiOiJwcm9kLW1lZGlhLW15c2hvcGFzdHJvLWNvbSIsImtleSI6Ijc5OTg3NjY0OTAyNDMxOS9tZWRpYS9pbWFnZS9iM2QyMjkzMTEyMDE0ODMwOTUxNTk5OTAucG5nIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjozMDB9LCJyb3RhdGUiOm51bGx9fQ==?w=300"
							alt="" style="width: 53px;margin-bottom: 4px;"> -->
						<div class="stat-item animate-element">
							<span class="stat-number">0</span>
							<span class="stat-text"
								style="font-size: 16px; color: #666; margin-bottom: 0;">材料回收率94%</span>
						</div>
					</div>
				</div>
			</div>
		</div>

		<!-- 公司介绍 -->
		<div class="jkIntro">
			<!-- 视频 -->
			<div id="about">
				<div class="introContainer">
					<!-- 左侧文本 -->
					<div class="left-part animate-text">
						<div class="lext-txt">
							<div class="animate-element">
								<div class="jk-title">
									<span>锦凯</span>智塑
								</div>
							</div>
							<div class="lt-text-container animate-element">
								<div class="lt-text">
									浙江锦凯智塑科技有限公司是全球领先的PET杯生产商。锦凯是中国民营企业500强正凯集团旗下的全资子公司，浙江正凯集团创建于1992年，成立于1997年，是一家专注于全球PET与纺织两大产业发展的现代化标杆企业。依托集团PET绿色循环全产业链优势，浙江锦凯深耕全球食品级PET新材料包装领域，充分释放材料核心价值，构建起包装行业全生命周期低碳发展范式，引领绿色包装新方向。
								</div>
								<ul class="lb-txt">
									<li class="animate-element lb-list">
										<div class="lb-list-item">
											<img class="lazy-load lb-list-item-img"
												data-src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame65_1768806741652.png"
												src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='%23f5f5f5'/%3E%3C/svg%3E">
											<div class="lb-list-item-txt">
												<span>PET全产业链生产制造</span>（包含PET循环回收产业链）
												<!-- 深耕PET全产业链，铸就<span>行业领军优势</span> -->
											</div>
										</div>
									</li>
									<li class="animate-element lb-list">
										<div class="lb-list-item">
											<img class="lazy-load lb-list-item-img"
												data-src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame65_1768806741652.png"
												src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='%23f5f5f5'/%3E%3C/svg%3E">
											<div class="lb-list-item-txt">
												PET杯&盖<span>全球规模领先</span>，年产60亿套
											</div>
										</div>
									</li>
									<li class="animate-element lb-list">
										<div class="lb-list-item">
											<img class="lazy-load lb-list-item-img"
												data-src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame65_1768806741652.png"
												src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='%23f5f5f5'/%3E%3C/svg%3E">
											<div class="lb-list-item-txt">
												从材料到制品，<span>业内唯一全产业链定制化</span>研发
											</div>
										</div>
									</li>
									<li class="animate-element lb-list">
										<div class="lb-list-item">
											<img class="lazy-load lb-list-item-img"
												data-src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame65_1768806741652.png"
												src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='%23f5f5f5'/%3E%3C/svg%3E">
											<div class="lb-list-item-txt">
												全新的<span>智能化、数字化、10万级</span>净化生产车间
											</div>
										</div>
									</li>
									<li class="animate-element lb-list">
										<div class="lb-list-item">
											<img class="lazy-load lb-list-item-img"
												data-src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame65_1768806741652.png"
												src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='%23f5f5f5'/%3E%3C/svg%3E">
											<div class="lb-list-item-txt">
												<span>成型设备先进</span>，引进25条德国和日本生产线
											</div>
										</div>
									</li>
									<li class="animate-element lb-list">
										<div class="lb-list-item">
											<img class="lazy-load lb-list-item-img"
												data-src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame65_1768806741652.png"
												src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='%23f5f5f5'/%3E%3C/svg%3E">
											<div class="lb-list-item-txt">
												<span>东西部布局</span>（浙江金华和四川成都）
											</div>
										</div>
									</li>
								</ul>
							</div>
						</div>
					</div>
					<div class="video-container"
						style="position: relative; display: inline-block; margin-left: 90px;margin-top: 50px;">
						<div style="position: relative; z-index: 1;">
							<div class="video-bg-circle"></div>
							<video id="video" class="video-circle"
								src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/A首页视频（精华版）替换原来的_1765847974362.mp4"
								poster="./images/video-post.png" controlsList="nodownload">
								您的浏览器不支持 video 标签。
							</video>
							<!-- 灰色圆形蒙版 -->
							<div
								style="position: absolute; width: 450px; height: 450px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.05); top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; filter: blur(5px);">
							</div>
						</div>
						<!-- 装饰性圆形元素 -->
						<div
							style="position: absolute; width: 120px; height: 120px; background-color: #f08200; border-radius: 50%; top: -30px; left: -30px; z-index: 2;">
						</div>
						<div
							style="position: absolute; width: 80px; height: 80px; background-color: #f0820020; border-radius: 50%; bottom: 30px; right: -20px; z-index: 2;">
						</div>
						<div
							style="position: absolute; width: 60px; height: 60px; background-color: #f0820030; border-radius: 50%; top: 50%; right: -100px; transform: translateY(-50%); z-index: 2;">
						</div>
						<!-- 播放按钮 -->
						<div id="playButton"
							style="position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background-color: rgba(255, 255, 255, 0.8); border-radius: 50%; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease; z-index: 2;">
							<svg width="40" height="40" viewBox="0 0 24 24" fill="#333">
								<path d="M8 5v14l11-7z" />
							</svg>
						</div>
					</div>
					<div id="videoModal"
						style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); z-index: 1000; justify-content: center; align-items: center;">
						<div style="position: relative; width: 90%; max-width: 1000px; max-height: 90vh;">
							<span id="closeModal"
								style="position: absolute; top: -40px; right: 0; color: white; font-size: 30px; cursor: pointer; z-index: 1001;">&times;</span>
							<video id="fullscreenVideo" controls
								style="width: 100%; max-height: 90vh; display: block; margin: 0 auto;">
								<source
									src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/A首页视频（精华版）替换原来的_1765847974362.mp4"
									type="video/mp4">
								您的浏览器不支持 video 标签。
							</video>
						</div>
					</div>
					<script>
						document.addEventListener('DOMContentLoaded', function () {
							const videoContainer = document.querySelector('.video-container');
							const video = document.getElementById('video');
							const playButton = document.getElementById('playButton');
							const videoModal = document.getElementById('videoModal');
							const fullscreenVideo = document.getElementById('fullscreenVideo');
							const closeModal = document.getElementById('closeModal');
							// 点击视频容器或播放按钮打开模态框
							function openModal() {
								videoModal.style.display = 'flex';
								fullscreenVideo.play();
								// 暂停小窗口视频
								video.pause();
							}

							// 点击关闭按钮关闭模态框
							function closeVideoModal() {
								videoModal.style.display = 'none';
								fullscreenVideo.pause();
							}
							// 点击模态框外部关闭
							videoModal.addEventListener('click', function (e) {
								if (e.target === videoModal) {
									closeVideoModal();
								}
							});
							// 添加事件监听
							videoContainer.addEventListener('click', openModal);
							playButton.addEventListener('click', openModal);

							// 监听弹窗视频的暂停事件
							fullscreenVideo.addEventListener('pause', function () {
								if (video && !video.paused) {
									video.pause();
								}
							});
							closeModal.addEventListener('click', closeVideoModal);
						});
					</script>
					<script>
						document.addEventListener('DOMContentLoaded', function () {
							const video = document.getElementById('video');
							const playButton = document.getElementById('playButton');

							// 点击播放按钮播放视频
							playButton.addEventListener('click', function (e) {
								e.stopPropagation(); // 阻止事件冒泡
								video.play();
								playButton.style.display = 'none';
							});

							// 点击视频区域切换播放/暂停
							video.addEventListener('click', function () {
								if (video.paused) {
									video.play();
								} else {
									video.pause();
								}
							});

							// 视频播放时隐藏播放按钮
							video.addEventListener('play', function () {
								playButton.style.display = 'none';
							});

							// 视频暂停时显示播放按钮
							video.addEventListener('pause', function () {
								if (video.currentTime > 0) {
									playButton.style.display = 'flex';
								}
							});

							// 视频结束后显示播放按钮
							video.addEventListener('ended', function () {
								playButton.style.display = 'flex';
							});
						});
					</script>
					<script>
						// 滚动动画检测 - 支持整个页面
						document.addEventListener('DOMContentLoaded', function () {
							const animateElements = document.querySelectorAll('.animate-element');
							let animatedElements = new Set(); // 记录已动画的元素

							function checkScroll() {
								const windowHeight = window.innerHeight;

								animateElements.forEach((element, index) => {
									// 如果元素已经动画过，跳过
									if (animatedElements.has(element)) return;

									const rect = element.getBoundingClientRect();
									const elementTop = rect.top;
									const elementBottom = rect.bottom;

									// 当元素进入视口时触发动画
									if (elementTop < windowHeight * 0.8 && elementBottom > 0) {
										setTimeout(() => {
											element.classList.add('animate-show');
											animatedElements.add(element); // 标记为已动画
										}, index * 50); // 每个元素延迟50ms
									}
								});
							}

							// 监听滚动事件
							window.addEventListener('scroll', checkScroll);

							// 初始检查一次
							checkScroll();
						});
					</script>
				</div>
			</div>
		</div>

		<!-- 全场景包装解决方案 - Figma设计 -->
		<div class="packaging-solution">

			<div class="solution-container">
				<!-- 左侧内容区域 -->
				<div class="solution-left animate-element">
					<div class="solution-image-container animate-element">
						<img class="lazy-load solution-bg-image"
							data-src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame75_1768809385151.png"
							src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 400'%3E%3Crect width='600' height='400' fill='%23f5f5f5'/%3E%3C/svg%3E"
							alt="包装解决方案">
					</div>
					<div class="solution-content animate-element">
						<div>
							<div class="solution-subtitle">解决方案</div>
							<div class="solution-title">全场景包装</div>
						</div>

						<div class="solution-description">
							公司产品主要为食品、饮品的包装容器，可用于茶饮、咖啡、果汁、牛奶、冰淇淋蛋糕、谷物等产品。品类丰富多样，使用场景多元，让您的产品从"功能容器"升级为"消费者记忆点"，助力销量与品牌力双增长！
						</div>
					</div>
				</div>
				<!-- 右侧产品网格 -->
				<div class="solution-right animate-element">
					<div class="product-grid-container">
						<div class="product-grid" id="productGrid">
							<!-- 产品项将通过JavaScript动态生成 -->
						</div>
						<div class="pagination-controls">
							<button class="pagination-btn prev-btn" id="prevBtn">
								<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
									stroke-width="2">
									<path d="M15 18l-6-6 6-6" />
								</svg>
							</button>
							<button class="pagination-btn next-btn" id="nextBtn">
								<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
									stroke-width="2">
									<path d="M9 18l6-6-6-6" />
								</svg>
							</button>
						</div>
					</div>
				</div>
			</div>
		</div>



		<!-- 合作品牌 - Figma设计 -->
		<div class="cooperative-brands">
			<div class="brands-container">
				<!-- 左侧统计信息 -->
				<div class="brands-stats animate-element">
					<div class="stats-number">1000+</div>
					<div class="stats-text">合作品牌</div>
				</div>

				<!-- 右侧品牌轮播 -->
				<div class="brands-carousel animate-element">
					<!-- 第一行品牌 - 慢速滚动 -->
					<div class="brands-row brands-row-slow">
						<div class="brands-track">
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame87_1768875483140.png"
									alt="tims">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame82_1768876085287.png"
									alt="库迪">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame83_1768876245885.png"
									alt="霸王茶姬">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame84_1768876275635.png"
									alt="奈雪的茶">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame85_1768876558474.png"
									alt="沪上阿姨">
							</div>
						</div>
					</div>

					<!-- 第二行品牌 - 慢速滚动 -->
					<div class="brands-row brands-row-fast">
						<div class="brands-track">
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame87(1)_1768876579940.png"
									alt="M">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame82(1)_1768876952597.png"
									alt="挪瓦咖啡">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame83(1)_1768876972449.png"
									alt="林里">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame84(1)_1768877010908.png"
									alt="甜啦啦">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame85(1)_1768877024904.png"
									alt="真茶屋">
							</div>
						</div>
					</div>


					<!-- 第三行品牌 - 快速滚动 -->
					<div class="brands-row brands-row-slow">
						<div class="brands-track">
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame87(2)_1768877115736.png"
									alt="SUBWAY">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame82(4)_1769655152593.png"
									alt="KFC">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame83(4)_1769655180851.png"
									alt="蜜雪冰城">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame84(2)_1768877171977.png"
									alt="巴黎贝甜">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame85(2)_1768877193452.png"
									alt="罗森">
							</div>
						</div>
					</div>

					<!-- 第四行品牌 - 快速滚动 -->
					<div class="brands-row brands-row-fast">
						<div class="brands-track">
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame81_1768877274941.png"
									alt="加减">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame82(3)_1768877297895.png"
									alt="爷爷不泡茶">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame83(3)_1768877321135.png"
									alt="Manner">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame84(3)_1768877339589.png"
									alt="十足">
							</div>
							<div class="brand-item">
								<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame85(3)_1768877357025.png"
									alt="TOMORO">
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>

		<!-- 产品轮播图 -->
		<div class="homeAdvance" style="background-color:#f8f6ee ;">

			<div class="homeAdvance" style="background-color: #fff;padding-top: 94px;">
				<div class="aboutRH" style="margin-bottom:50px;margin-top: 0;">
					<div class="animate-element cert-title">体系证书</div>
				</div>
				<!-- 体系轮播 -->
				<div
					style="max-width: 1280px; margin: 0 auto; padding: 0 20px; text-align: justify; line-height: 2; text-indent: 2em; font-size: 18px;">

					<div class="cert-carousel-container" style="margin-top: 40px;">
						<div class="cert-carousel-system swiper-container">
							<div class="swiper-wrapper" style="margin-bottom: 40px;">
								<!-- JavaScript动态生成轮播项 -->
							</div>
							<div class="swiper-pagination-system"></div>
						</div>
					</div>

					<style>
						.cert-carousel-container {
							margin-top: 40px;
							padding: 0 10px;
						}

						.cert-carousel {
							position: relative;
							overflow: hidden;
							padding: 20px 0;
							padding-bottom: 80px;
						}

						.cert-item {
							width: 100%;
							height: 100%;
							display: flex;
							justify-content: center;
							align-items: center;
							text-align: center;

							transition: transform 0.3s ease;
						}

						.cert-item:hover {
							transform: translateY(-5px);
						}

						.cert-image {
							width: auto;
							max-width: 100%;

							object-fit: contain;

							border-radius: 8px;
							/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
							transition: transform 0.3s ease, box-shadow 0.3s ease;
						}

						.product-item:hover .product-image {
							box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
						}

						.product-title {
							font-size: 16px;
							color: #333;
							margin-top: 15px;
							font-weight: 500;
						}

						/* 分页器居中样式 */
						.swiper-pagination,
						.swiper-pagination-system {
							position: relative;
							display: flex;
							justify-content: center;
							align-items: center;
							margin-top: 20px;
						}

						.swiper-button-next,
						.swiper-button-prev {
							color: #f08200;
							width: 40px;
							height: 40px;
							background: rgba(255, 255, 255, 0.9);
							border-radius: 50%;
							box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
							transition: all 0.3s ease;
						}

						.swiper-button-next:after,
						.swiper-button-prev:after {
							font-size: 20px;
							font-weight: bold;
						}

						.swiper-button-next:hover,
						.swiper-button-prev:hover {
							background: #f08200;
							color: #fff;
						}

						.swiper-pagination-bullet {
							width: 10px;
							height: 10px;
							background: #ddd;
							opacity: 1;
							margin: 0 5px;
						}

						.swiper-pagination-bullet-active {
							background: #f08200;
							width: 30px;
							border-radius: 5px;
						}


						@media (max-width: 1024px) {
							.product-image {
								height: 200px;
							}
						}

						@media (max-width: 768px) {
							.product-carousel-container {
								padding: 0 10px;
							}

							.product-item {
								padding: 0 5px;
							}

							.product-image {
								height: 180px;
							}
						}

						@media (max-width: 480px) {
							.product-image {
								height: 160px;
							}

							.product-title {
								font-size: 14px;
								margin-top: 10px;
							}
						}
					</style>

					<script>
						// 证书轮播图1 - 体系证书
						(function () {
							// 图片懒加载函数
							function lazyLoadImages() {
								const images = document.querySelectorAll('.cert-image[data-src]');

								const imageObserver = new IntersectionObserver((entries, observer) => {
									entries.forEach(entry => {
										if (entry.isIntersecting) {
											const img = entry.target;
											const src = img.getAttribute('data-src');

											if (src) {
												img.src = src;
												img.removeAttribute('data-src');
											}

											observer.unobserve(img);
										}
									});
								}, {
									rootMargin: '50px 0px',
									threshold: 0.01
								});

								images.forEach(image => {
									imageObserver.observe(image);
								});
							}

							// 动态生成轮播项
							function generateCarouselItems() {
								const swiperWrapper = document.querySelector('.cert-carousel-system .swiper-wrapper');
								if (!swiperWrapper) return;

								// 定义图片数组
								const certImages = [
									'01.png', '02.png', '03.png', '04.png', '05.png',
									'06.png', '07.png', '08.png', '09.png', '10.png',
									'11.png', '12.png', '13.png', '14.png', '15.png',
									'16.png', '17.png',
								];

								// 生成HTML
								const slidesHtml = certImages.map((imageName, index) => `
									<div class="swiper-slide">
										<div class="cert-item">
											<img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3C/svg%3E"
												data-src="images/cert2/${imageName}" class="cert-image" loading="lazy" alt="证书${index + 1}">
										</div>
									</div>
								`).join('');

								swiperWrapper.innerHTML = slidesHtml;
							}

							// 初始化产品轮播
							document.addEventListener('DOMContentLoaded', function () {
								// 先生成轮播项
								generateCarouselItems();

								// 再初始化Swiper
								var swiper = new Swiper('.cert-carousel-system', {
									slidesPerView: 4,
									spaceBetween: 10,
									slidesPerGroup: 4,
									// 每次滑动4张
									loop: false,
									// 使用rewind代替loop，避免slidesPerGroup导致的循环问题
									rewind: true,
									autoplay: {
										delay: 3000,
										disableOnInteraction: false,
									},
									pagination: {
										el: '.swiper-pagination-system',
										clickable: true,
									},
									navigation: {
										nextEl: '.swiper-button-next',
										prevEl: '.swiper-button-prev',
									},
									breakpoints: {
										320: {
											slidesPerView: 1,
											spaceBetween: 20,
											slidesPerGroup: 1
										},
										640: {
											slidesPerView: 2,
											spaceBetween: 20,
											slidesPerGroup: 2
										},
										1024: {
											slidesPerView: 4,
											spaceBetween: 10,
											slidesPerGroup: 4
										}
									},
									on: {
										init: function () {
											lazyLoadImages();
										},
										slideChange: function () {
											lazyLoadImages();
										}
									}
								});
							});

							// 添加窗口滚动事件监听，用于处理初始加载时可能不在视口中的图片
							window.addEventListener('load', lazyLoadImages);
						})();
					</script>

				</div>

				<!-- 专利轮播 -->
				<div
					style="max-width: 1280px; margin: 0 auto; padding: 0 20px; text-align: justify; line-height: 2; text-indent: 2em; font-size: 18px;">
					<!-- <p>公司产品主要为食品、饮品的包装容器，可用于茶饮、咖啡、果汁、牛奶、冰淇淋蛋糕、谷物等产品。品类丰富多样，使用场景多元，让您的产品从“功能容器”升级为“消费者记忆点”，助力销量与品牌力双增长！</p> -->

					<!-- 体系证书轮播图 -->
					<div class="cert-carousel-container" style="margin-top: 40px;">
						<div class="cert-carousel swiper-container">
							<div class="swiper-wrapper" style="margin-bottom: 40px;">
								<!-- JavaScript动态生成轮播项 -->
							</div>
							<!-- 添加导航按钮 -->
							<!-- <div class="swiper-button-next"></div>
						<div class="swiper-button-prev"></div> -->
							<!-- 添加分页器 -->
							<div class="swiper-pagination"></div>
						</div>
					</div>

					<style>
						/* 产品轮播图样式 */
						.cert-carousel-container {
							margin-top: 40px;
							padding: 0 10px;
						}

						.cert-carousel {
							position: relative;
							overflow: hidden;
							padding: 20px 0;
							padding-bottom: 80px;
						}

						.cert-item {
							width: 100%;
							height: 100%;
							display: flex;
							justify-content: center;
							align-items: center;
							text-align: center;
							/* padding: 0 5px; */
							transition: transform 0.3s ease;
						}

						.cert-item:hover {
							transform: translateY(-5px);
						}

						.cert-image {
							width: auto;
							max-width: 285px;
							/* height: 375px; */
							object-fit: contain;
							/* 确保图片完整显示 */
							border-radius: 8px;
							/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
							transition: transform 0.3s ease, box-shadow 0.3s ease;
						}

						.product-item:hover .product-image {
							box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
						}

						.product-title {
							font-size: 16px;
							color: #333;
							margin-top: 15px;
							font-weight: 500;
						}

						/* 导航按钮样式 */
						.swiper-button-next,
						.swiper-button-prev {
							color: #f08200;
							width: 40px;
							height: 40px;
							background: rgba(255, 255, 255, 0.9);
							border-radius: 50%;
							box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
							transition: all 0.3s ease;
						}

						.swiper-button-next:after,
						.swiper-button-prev:after {
							font-size: 20px;
							font-weight: bold;
						}

						.swiper-button-next:hover,
						.swiper-button-prev:hover {
							background: #f08200;
							color: #fff;
						}

						/* 分页器样式 */
						.swiper-pagination {
							position: relative;
							display: flex;
							justify-content: center;
							align-items: center;
							margin-top: 20px;
						}

						.swiper-pagination-bullet {
							width: 10px;
							height: 10px;
							background: #ddd;
							opacity: 1;
							margin: 0 5px;
						}

						.swiper-pagination-bullet-active {
							background: #f08200;
							width: 30px;
							border-radius: 5px;
						}

						/* 响应式调整 */
						@media (max-width: 1024px) {
							.product-image {
								height: 200px;
							}
						}

						@media (max-width: 768px) {
							.product-carousel-container {
								padding: 0 10px;
							}

							.product-item {
								padding: 0 5px;
							}

							.product-image {
								height: 180px;
							}
						}

						@media (max-width: 480px) {
							.product-image {
								height: 160px;
							}

							.product-title {
								font-size: 14px;
								margin-top: 10px;
							}
						}
					</style>

					<script>
						// 证书轮播图2 - patent2证书
						(function () {
							// 图片懒加载函数
							function lazyLoadImages2() {
								const images = document.querySelectorAll('.cert-image[data-src]');

								const imageObserver = new IntersectionObserver((entries, observer) => {
									entries.forEach(entry => {
										if (entry.isIntersecting) {
											const img = entry.target;
											const src = img.getAttribute('data-src');

											if (src) {
												img.src = src;
												img.removeAttribute('data-src');
											}

											observer.unobserve(img);
										}
									});
								}, {
									rootMargin: '50px 0px',
									threshold: 0.01
								});

								images.forEach(image => {
									imageObserver.observe(image);
								});
							}

							// 动态生成轮播项
							function generateCarouselItems2() {
								const swiperWrapper = document.querySelector('.cert-carousel .swiper-wrapper');
								if (!swiperWrapper) return;

								// 定义图片数组
								const certImages = [
									'01.png', '02.png', '03.png', '04.png', '05.png',
									'06.png', '07.png', '08.png', '09.png', '10.png',
									'11.png', '12.png', '13.png', '14.png', '15.png',
									'16.png', '17.png',
								];

								// 生成HTML
								const slidesHtml = certImages.map((imageName, index) => `
									<div class="swiper-slide">
										<div class="cert-item">
											<img src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3C/svg%3E"
												data-src="images/patent2/${imageName}" class="cert-image" loading="lazy" alt="证书${index + 1}">
										</div>
									</div>
								`).join('');

								swiperWrapper.innerHTML = slidesHtml;
							}

							// 初始化产品轮播
							document.addEventListener('DOMContentLoaded', function () {
								// 先生成轮播项
								generateCarouselItems2();

								// 再初始化Swiper
								var swiper = new Swiper('.cert-carousel', {
									slidesPerView: 4,
									spaceBetween: 10,
									slidesPerGroup: 4,
									// 每次滑动4张
									loop: false,
									// 使用rewind代替loop，避免slidesPerGroup导致的循环问题
									rewind: true,
									autoplay: {
										delay: 3000,
										disableOnInteraction: false,
									},
									pagination: {
										el: '.swiper-pagination',
										clickable: true,
									},
									navigation: {
										nextEl: '.swiper-button-next',
										prevEl: '.swiper-button-prev',
									},
									breakpoints: {
										320: {
											slidesPerView: 1,
											spaceBetween: 20,
											slidesPerGroup: 1
										},
										640: {
											slidesPerView: 2,
											spaceBetween: 20,
											slidesPerGroup: 2
										},
										1024: {
											slidesPerView: 4,
											spaceBetween: 10,
											slidesPerGroup: 4
										}
									},
									on: {
										init: function () {
											// 初始加载首屏可见图片
											lazyLoadImages2();
										},
										slideChange: function () {
											// 每次滑动后加载新出现的图片
											lazyLoadImages2();
										}
									}
								});
							});

							// 添加窗口滚动事件监听，用于处理初始加载时可能不在视口中的图片
							window.addEventListener('load', lazyLoadImages2);
						})();
					</script>

				</div>
			</div>

			<!-- <div class="homeDzzx" style="padding-bottom: 0;">
				<div class="homeDzzxH">
					<div class="bg"></div>
					<div class="homeDzzxCont">
						<h2>按需定制，一对一量身打造</h2>
						<h3><a href="./contact.html">联系我们</a></h3>
					</div>
				</div>
			</div> -->

			<!-- Figma设计模块 - 按需定制 -->
			<div class="figma-custom-section" data-node-id="42:509">
				<!-- 背景图片层 -->
				<div class="figma-bg-layer">
					<div class="figma-bg-image" data-node-id="42:594">
						<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/image11(1)_1768878234731.png" alt=""
							class="figma-bg-img">
					</div>
				</div>

				<!-- 内容层 -->
				<div class="figma-content">
					<div class="figma-title animate-element" data-node-id="42:596">
						<span class="figma-title-light">按需定制，</span>
						<span class="figma-title-bold">一对一量身打造</span>
					</div>
					<a href="./contact.html" class="figma-contact-btn animate-element" data-node-id="42:598">
						<span class=" figma-btn-text">联系我们</span>
						<div class="figma-btn-icon" data-node-id="42:600">
							<img src="https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame54_1769663915039.png" alt=""
								class="figma-icon-img">
						</div>
					</a>
				</div>
			</div>
			<!-- 
			<div class="homeNews" style="background-color: #f8f6ee;">
				<div class="wrap">
					<div class="homeNewsH clearfloat">
						<div class="line"></div>
						<div class="left">
							<h3><em>NEWS</em> <span>新闻资讯</span></h3>
						</div>
						<div class="right homeNewsTab">
							<a class="on" href="javascript:">公司新闻</a>
							</ul>
						</div>
					</div>
					<div class="homeNewsW">
						<div class="homeNewsInner clearfloat">
							<ul class="left" id="news-list-left">
							</ul>
							<ul class="right" id="news-list-right">
							</ul>
						</div>
					</div>
				</div>
			</div> -->

			<!-- Figma新闻模块 -->
			<div class="figma-news-section" style="background-color: #ffffff; padding: 60px 0;">
				<div class="wrap">
					<div class="figma-news-title animate-element" style="text-align: center; margin-bottom: 50px;">
						<h2
							style="font-family: 'HarmonyOS Sans SC', sans-serif; font-weight: 700; font-size: 48px; line-height: 70px; color: #333; margin: 0;">
							新闻资讯</h2>
					</div>
					<div class="figma-news-container animate-element"
						style="display: flex; gap: 30px; justify-content: center; max-width: 1260px; margin: 0 auto;"
						id="figma-news-container">
						<!-- 新闻卡片将通过JavaScript动态生成 -->
					</div>
					<!-- <div class="figma-news-pagination"
						style="display: flex; gap: 8px; justify-content: center; align-items: center; margin-top: 40px;">
						<div class="dot"
							style="width: 20px; height: 10px; background-color: #ccc; border-radius: 10px;"></div>
						<div class="dot active"
							style="width: 60px; height: 10px; background-color: #f08200; border-radius: 10px;"></div>
						<div class="dot"
							style="width: 20px; height: 10px; background-color: #ccc; border-radius: 10px;"></div>
						<div class="dot"
							style="width: 20px; height: 10px; background-color: #ccc; border-radius: 10px;"></div>
					</div> -->
				</div>
			</div>
		</div>
	</div>




	<!-- <div id="footer">
		<div class="wrap clearfloat">
			<div class="left footerZx">
				<div class="footerZxPhone">
					<h3>咨询热线：</h3>
					<p>0579-82209562</p>
				
				</div>
				<p class="footerCopy">锦凯智塑 Copyright © 2022 版权所有浙ICP备：2022031224号-1</p>
				<div style="width:300px;margin:0 auto; padding:20px 0;">
					<a target="_blank" href="javascript:void(0)"
						style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img
							class="lazy-load"
							src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect width='20' height='20' fill='%23f5f5f5'/%3E%3C/svg%3E"
							data-src="./images/gongan.png" style="float:left;" />
						<p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">
							浙公网安备
							33070202100532号</p>
					</a>
				</div>
			</div>
			<div class="left footerEwm">
				<div class="pic"><img class="lazy-load"
						data-src="https://ossbucketzhink.oss-cn-hangzhou.aliyuncs.com/home-assets/wxcode-1.jpg"
						src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 150'%3E%3Crect width='150' height='150' fill='%23f5f5f5'/%3E%3C/svg%3E" />
				</div>
				<p>手机扫一扫</p>
			</div>
			<ul class="clearfloat">
				<li>
					<h3>关于我们</h3>
					<p><a href="./about.html">公司简介</a></p>
				</li>
				<li>
					<h3>友情链接</h3>
					<p><a href="https://www.zhink.cc/">正凯集团</a></p>
					<p><a href="http://zhinktex.cc/">正凯纺织</a></p>
					<p><a href="http://zhinkcf.cc/">正凯化纤</a></p>
					<p><a href="http://www.zhinkxc.cc/">正凯新材</a></p>
					<p><a href="http://www.wkai.cc/">万凯新材料</a></p>
					<p><a href="https://www.zhink.cc/">润凯产业园</a></p>
				</li>
				<li>
					<h3>产品展示</h3>
					<p><a href="./show.html">相关产品</a></p>
				</li>
				<li>
					<h3>新闻中心</h3>
					<p><a href="./news.html">公司新闻</a></p>
					<p><a href="./news.html">行业动态</a></p>
				</li>
			</ul>
		</div>
	</div> -->
	<!-- 新页脚组件 -->
	<div id="new-footer-container"></div>

	<!--wap-->
	<div class="wapBottom">
		<ul class="clearfloat">
			<li><a href="index.html" class="homepage">首页</a></li>
			<li><a href="about.html">关于我们</a></li>
			<li><a href="tel:13586974916">电话咨询</a></li>
			<li><a href="contact.html">联系我们</a></li>
		</ul>
	</div>
	<!--/wap-->

	<div class="wapBg"></div>
</body>
<script src="js/utils.js"></script>
<script src="js/footer.js"></script>
<script type="text/javascript">

	// $('.sliderHomeSpT').bxSlider({
	// 	'auto': false,
	// 	'controls': true,
	// 	'touchEnabled': true,
	// 	'pager': true,
	// })

	var lineW = $(".lineW span").width();
	$('.sliderHomeSpB').bxSlider({
		'auto': false,
		infiniteLoop: false,
		'controls': true,
		'touchEnabled': true,
		'pager': true,
		'slideWidth': '204',
		'minSlides': 2,
		'maxSlides': 5,
		'moveSlides': 5,
		onSlideAfter: function ($slideElement, oldIndex, newIndex) {
			var num = $(".homeSpBW .bx-pager .bx-pager-item").length;
			var lineWW = $(".lineW").width();

			console.log(oldIndex, newIndex)
			if (newIndex == 0) {
				$(".lineW span").css({
					"width": lineW + 'px'
				})
			} else {
				$(".lineW span").css({
					"width": (lineWW / num) * (newIndex + 1) + 'px'
				})
			}
		},
	})

	// 获取首页新闻数据
	$.ajax({
		cache: false,
		url: 'https://www.jkai.net.cn/jeecg-boot/door/info/list?column=createTime&type=9&order=desc&pageNo=1&pageSize=4&tenantId=2&language=zh_CN',
		method: 'get',
		success: function (res) {
			var htmlLeft = '';
			var htmlRight = '';
			var data = res.result.records;

			$.each(data, function (index, newsItem) {
				if (index < 2) {
					htmlLeft += `
					<li class="clearfloat">
						<div class="homeNewsNum">0${index + 1}</div>
						<div class="homeNewsCont">
							<div class="homeNewsContH">
								<h3 class="single-line"><a href="news-detail.html?id=${newsItem.id}">${newsItem.title}</a></h3>
								<p>${newsItem.createTime.split(' ')[0]}</p>
								<a class="homeNewsMore" href="news-detail.html?id=${newsItem.id}">MORE +</a>
							</div>
							<div class="homeNewsTxt">
								<p class="multi-line">${newsItem.briefIntroduction}</p>
							</div>
						</div>
					</li>
				`;
				} else {
					htmlRight += `
					<li class="clearfloat">
						<div class="homeNewsNum">0${index + 1}</div>
						<div class="homeNewsCont">
							<div class="homeNewsContH">
								<h3 class="single-line"><a href="news-detail.html?id=${newsItem.id}">${newsItem.title}</a></h3>
								<p>${newsItem.createTime.split(' ')[0]}</p>
								<a class="homeNewsMore" href="news-detail.html?id=${newsItem.id}">MORE +</a>
							</div>
							<div class="homeNewsTxt">
								<p class="multi-line">${newsItem.briefIntroduction}</p>
							</div>
						</div>
					</li>
				`;
				}
			});
			$('#news-list-left').html(htmlLeft);
			$('#news-list-right').html(htmlRight);
		}
	})
	$('.sliderHomeDzzc').bxSlider({
		'auto': true,
		'controls': true,
		'touchEnabled': true,
		'pager': false,
		'slideWidth': '280',
		'minSlides': 2,
		'maxSlides': 4,
		'moveSlides': 1,
		'speed': 600,
		//	    'slideMargin': 20
	})
	// 获取首页banner图
	let html = '';
	$.ajax({
		cache: false,
		url: 'https://www.jkai.net.cn/jeecg-boot/door/info/listPicture?tenantId=2&module=1&language=zh_CN',
		method: 'get',
		success: function (res) {
			var data = res.result.records;

			$.each(data, function (index, picItem) {
				html += `
				<li>
					<a href="javascript:;"><img class="img1" src="${picItem.pictrueUrl}" /><img class="img2"
							src="${picItem.pictrueUrl}" /></a>
				</li>
				`;
			});

			$('.slider1').html(html);

			$('.slider1').bxSlider({
				'auto': true,
				'controls': true,
				'touchEnabled': true,
				'pager': true,
				'speed': 1000,
				'pause': 4000,
			})
		}
	})

	// 首页访问量埋点
	$.ajax({
		cache: false,
		url: 'https://www.jkai.net.cn/jeecg-boot/door/info/addPageView?tenantId=2'
	})
</script>
<script>

	// 数字增长动画
	function animateValue(element, start, end, duration, suffix = '') {
		let startTimestamp = null;
		const step = (timestamp) => {
			if (!startTimestamp) startTimestamp = timestamp;
			const progress = Math.min((timestamp - startTimestamp) / duration, 1);
			const current = Math.floor(progress * (end - start) + start);

			// 将数字和后缀分开，以便应用不同的样式
			if (suffix) {
				element.innerHTML = current + '<span class="suffix">' + suffix + '</span>';
			} else {
				element.textContent = current;
			}

			if (progress < 1) {
				window.requestAnimationFrame(step);
			}
		};
		window.requestAnimationFrame(step);
	}

	// 检查元素是否在视口中
	function isInViewport(element) {
		const rect = element.getBoundingClientRect();
		return (
			rect.top >= 0 &&
			rect.left >= 0 &&
			rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) &&
			rect.right <= (window.innerWidth || document.documentElement.clientWidth)
		);
	}

	// 初始化统计数字动画
	function initStatsAnimation() {
		const statCards = document.querySelectorAll('.stat-card');
		let animationTriggered = false;

		function checkScroll() {
			if (animationTriggered) return;

			statCards.forEach(card => {
				if (isInViewport(card)) {
					animationTriggered = true;
					const numberElement = card.querySelector('.stat-number');
					const value = parseFloat(card.getAttribute('data-value'));
					const suffix = card.getAttribute('data-suffix') || '';

					animateValue(numberElement, 0, value, 2000, suffix);
				}
			});
		}

		// 添加滚动事件监听
		window.addEventListener('scroll', checkScroll);
		// 初始检查一次
		checkScroll();
	}

	// 页面加载完成后初始化
	document.addEventListener('DOMContentLoaded', function () {
		// 初始化统计数字动画
		initStatsAnimation();

		// 其他页面初始化代码...
		console.log(window.location.pathname);
	});

	// 获取导航菜单
	$.ajax({
		cache: false,
		url: 'https://www.jkai.net.cn/jeecg-boot/door/info/navigationList',
		type: "post",
		contentType: 'application/json; charset=utf-8',
		data: JSON.stringify({
			tenantId: 2,
			language: "zh_CN"
		}),
		success: function (res) {
			const showMenu = res.result.filter(item => item.hidden === false);
			let html = '';

			function buildMenuItems(menuItems) {
				let itemsHtml = '';
				menuItems.forEach(item => {
					if (item.hidden) return;

					const hasChildren = item.children && item.children.some(child => !child.hidden);
					const isActive = item.url === window.location.pathname ||
						item.url === '/index.html' ||
						(item.children && item.children.some(child =>
							child.url === window.location.pathname ||
							child.redirect === window.location.pathname
						));

					itemsHtml += `
						<li class="hover-nav ${isActive ? 'active' : ''}">
							<a href="${item.redirect || item.url || '#'}">${item.title}</a>`;

					if (hasChildren) {
						itemsHtml += `
							<div class="navDown">
								${item.children
								.filter(child => !child.hidden)
								.map(child => `
									<div class="nav-item">
										<a href="${child.redirect || child.url || '#'}">${child.title}</a>
									</div>`)
								.join('')}
							</div>`;
					}

					itemsHtml += `</li>`;
				});
				return itemsHtml;
			}

			html = buildMenuItems(showMenu);
			$('.menu-wrapper').html(html);
		}
	})
</script>
<script>
	// 产品分页功能
	document.addEventListener('DOMContentLoaded', function () {
		const products = [
			{
				mainImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame5(5)_1768813455403.png',
				hoverImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame5(6)_1768815322873.png',
				label: '客户定制',
				alt: '产品图片'
			},
			{
				mainImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame6_1768814717885.png',
				hoverImage: 'images/products/07.png',
				label: '沙拉杯系列',
				alt: '产品图片'
			},
			{
				mainImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame10_1769761017185.png',
				hoverImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame10(2)_1769761285999.png',
				label: '水果杯系列',
				alt: '产品图片'
			},

			{
				mainImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame8_1768872201982.png',
				hoverImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/image3(1)_1768872974203.png',
				label: '咖啡杯系列',
				alt: '产品图片'
			},
			{
				mainImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame9(1)_1769761034798.png',
				hoverImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame9(3)_1769761298211.png',
				label: '果汁杯系列',
				alt: '产品图片'
			},
			{
				mainImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame76_1769761162539.png',
				hoverImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame76(1)_1769761313552.png',
				label: '谷物杯系列',
				alt: '产品图片'
			},
			// {
			// 	mainImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame4_1768874037191.png',
			// 	hoverImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/image7_1768874075211.png',
			// 	label: '果汁杯系列',
			// 	alt: '产品图片'
			// },
			{
				mainImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame11_1768874119623.png',
				hoverImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/image5_1768874153192.png',
				label: '甜品杯系列',
				alt: '产品图片'
			},
			{
				mainImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame4(1)_1769761754821.png',
				hoverImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame4(2)_1769761825830.png',
				label: '拱盖系列',
				alt: '产品图片'
			},
			{
				mainImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame7_1768814942121.png',
				hoverImage: 'images/products/09.jpg',
				label: '直饮盖系列',
				alt: '产品图片'
			},

			// {
			// 	mainImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame9(1)_1769761034798.png',
			// 	hoverImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame9(3)_1769761298211.png',
			// 	label: '果汁杯系列',
			// 	alt: '产品图片'
			// },

			{
				mainImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame77_1769761186039.png',
				hoverImage: 'https://zhink.oss-cn-hangzhou.aliyuncs.com/temp/Frame77(1)_1769761382659.png',
				label: '平盖系列',
				alt: '产品图片'
			}
		];

		let currentPage = 0;
		const itemsPerPage = 6;
		const productGrid = document.getElementById('productGrid');
		const prevBtn = document.getElementById('prevBtn');
		const nextBtn = document.getElementById('nextBtn');

		function createProductItem(product) {
			const item = document.createElement('div');
			item.className = 'product-item';

			let hoverImageHtml = '';
			if (product.hoverImage) {
				hoverImageHtml = `<img src="${product.hoverImage}" alt="${product.alt}" class="product-img-hover" />`;
			}

			let labelHtml = '';
			if (product.label) {
				labelHtml = `<div class="product-label"><span>${product.label}</span></div>`;
			}

			item.innerHTML = `
						<div class="product-image-wrapper">
							<img src="${product.mainImage}" alt="${product.alt}" class="product-img">
							${hoverImageHtml}
							${labelHtml}
						</div>
					`;

			return item;
		}

		function getCurrentPageProducts() {
			const startIndex = currentPage * itemsPerPage;
			const endIndex = startIndex + itemsPerPage;
			let pageProducts = products.slice(startIndex, endIndex);

			// 如果当前页产品不足6个，用前面页面的产品补充
			if (pageProducts.length < itemsPerPage) {
				const needed = itemsPerPage - pageProducts.length;
				const allPreviousProducts = products.slice(0, startIndex);

				// 从所有前面产品中随机选择补充
				const shuffled = [...allPreviousProducts].sort(() => 0.5 - Math.random());
				const additionalProducts = shuffled.slice(0, needed);
				pageProducts = [...pageProducts, ...additionalProducts];
			}

			return pageProducts;
		}

		function renderPage() {
			productGrid.innerHTML = '';
			const pageProducts = getCurrentPageProducts();

			pageProducts.forEach(product => {
				const item = createProductItem(product);
				productGrid.appendChild(item);
			});

			// 更新按钮状态
			const totalPages = Math.ceil(products.length / itemsPerPage);
			prevBtn.disabled = currentPage === 0;
			nextBtn.disabled = currentPage >= totalPages - 1;
		}

		// 事件监听
		prevBtn.addEventListener('click', () => {
			if (currentPage > 0) {
				currentPage--;
				renderPage();
			}
		});

		nextBtn.addEventListener('click', () => {
			const totalPages = Math.ceil(products.length / itemsPerPage);
			if (currentPage < totalPages - 1) {
				currentPage++;
				renderPage();
			}
		});

		// 初始化第一页
		renderPage();
	});
</script>

<!-- 统一懒加载脚本 -->
<script>
	// 统一的图片懒加载功能
	document.addEventListener('DOMContentLoaded', function () {
		// 懒加载配置
		const lazyLoadConfig = {
			root: null, // 使用viewport作为root
			rootMargin: '50px 0px', // 提前50px开始加载
			threshold: 0.01 // 当1%的元素可见时触发
		};

		// 创建Intersection Observer
		const imageObserver = new IntersectionObserver((entries, observer) => {
			entries.forEach(entry => {
				if (entry.isIntersecting) {
					const img = entry.target;
					const src = img.getAttribute('data-src');

					if (src && img.src !== src) {
						// 创建新图片对象预加载
						const newImg = new Image();

						newImg.onload = function () {
							// 图片加载完成后替换
							img.src = src;
							img.classList.add('lazy-loaded');
							img.classList.remove('lazy-load');
							// 移除data-src属性
							img.removeAttribute('data-src');
						};

						newImg.onerror = function () {
							// 加载失败时的处理
							console.warn('图片加载失败:', src);
							img.classList.remove('lazy-load');
						};

						// 开始加载图片
						newImg.src = src;
					}

					// 停止观察已加载的图片
					observer.unobserve(img);
				}
			});
		}, lazyLoadConfig);

		// 获取所有需要懒加载的图片
		function observeLazyImages() {
			const lazyImages = document.querySelectorAll('img.lazy-load[data-src]');
			lazyImages.forEach(img => {
				// 确保图片还没有被观察过
				if (!img.dataset.observed) {
					imageObserver.observe(img);
					img.dataset.observed = 'true';
				}
			});
		}

		// 初始观察
		observeLazyImages();

		// 为了处理动态加载的内容，定期检查新的懒加载图片
		const checkInterval = setInterval(() => {
			observeLazyImages();
		}, 1000);

		// 5秒后停止定期检查（避免不必要的性能消耗）
		setTimeout(() => {
			clearInterval(checkInterval);
		}, 5000);

		// 监听DOM变化，处理动态添加的图片
		if (window.MutationObserver) {
			const mutationObserver = new MutationObserver((mutations) => {
				let shouldCheck = false;
				mutations.forEach((mutation) => {
					if (mutation.type === 'childList' && mutation.addedNodes.length > 0) {
						shouldCheck = true;
					}
				});
				if (shouldCheck) {
					setTimeout(observeLazyImages, 100);
				}
			});

			mutationObserver.observe(document.body, {
				childList: true,
				subtree: true
			});
		}

		// 处理轮播图的懒加载
		function handleCarouselLazyLoad() {
			// 为轮播图添加特殊的懒加载逻辑
			const carousels = document.querySelectorAll('.swiper-container, .slider1');
			carousels.forEach(carousel => {
				const slides = carousel.querySelectorAll('.swiper-slide');
				slides.forEach((slide, index) => {
					// 只加载当前和前后几张幻灯片的图片
					if (index <= 2) { // 加载前3张
						const img = slide.querySelector('img[data-src]');
						if (img && img.src.includes('data:image/svg')) {
							const src = img.getAttribute('data-src');
							if (src) {
								const newImg = new Image();
								newImg.onload = function () {
									img.src = src;
									img.classList.add('lazy-loaded');
									img.removeAttribute('data-src');
								};
								newImg.src = src;
							}
						}
					}
				});
			});
		}

		// 延迟处理轮播图，确保轮播图已初始化
		setTimeout(handleCarouselLazyLoad, 500);

		// 监听滚动事件，优化性能
		let ticking = false;
		function requestTick() {
			if (!ticking) {
				requestAnimationFrame(() => {
					observeLazyImages();
					ticking = false;
				});
				ticking = true;
			}
		}

		// 节流滚动事件
		window.addEventListener('scroll', requestTick, { passive: true });
		window.addEventListener('resize', requestTick, { passive: true });
	});
</script>
</body>

</html>
